home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / draft picks.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.6 KB  |  61 lines

  1. <panel>
  2.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  3.  
  4.     <!-- embedded buttons -->
  5.     <container id="btns" embed_in_frame="true">
  6.         <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  7.         <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  8.     
  9.         <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  10.     
  11.         <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  12.         <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  13.     
  14.         <!-- year menu -->
  15.         <widget kind="embedded_popup_button" id="year" sele="year" text="Year" auto_size="all" embed_in_frame="true"/>
  16.     </container>
  17.  
  18.     <!-- group box of fixed height-->
  19.     <container>
  20.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  21.         <layout class="arrange_vertical_attachment" alignment="bottom, extend" inset="0"/>
  22.     
  23.         <!-- table -->
  24.         <widget class="table" id="tabl" mode="fill_rows" layout="50, 50, -1,-1" height="150"  auto_size_rows="true">
  25.             <list id="headings">
  26.                 <record text="Round" alignment="left,centre_y"/>
  27.                 <record text="Pick" alignment="left,centre_y"/>
  28.                 <record text="Club" alignment="left,centre_y"/>
  29.                 <record text="Player Chosen" alignment="left,centre_y"/>
  30.             </list>
  31.  
  32.             <list id="column_display_properties">
  33.                 <record indx="0" sort_disabled="true"/>
  34.                 <record indx="1" sort_disabled="true"/>
  35.                 <record indx="2" sort_disabled="true"/>
  36.                 <record indx="3" sort_disabled="true"/>
  37.             </list>
  38.             
  39.             <list id="column_properties">
  40.                 <record indx="0" alignment="centre"/>
  41.                 <record indx="1" alignment="centre"/>
  42.                 <record indx="2" alignment="left,centre_y"/>
  43.                 <record indx="3" alignment="left,centre_y"/>
  44.             </list>
  45.         </widget>
  46.  
  47.         <!-- group box for buttons -->
  48.         <container id="dtbt">
  49.             <layout class="arrange_horizontal_attachment" alignment="right" offset="0"/>
  50.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  51.             <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  52.  
  53.             <!-- action buttons -->
  54.             <widget class="action_button" id="snxp" auto_size="horizontal" text="See Next Pick" clke="snxp"/>                
  55.             <widget class="action_button" id="auto" auto_size="horizontal" text="Auto" clke="auto"/>                
  56.             <widget class="action_button" id="chpl" auto_size="horizontal" text="Change Player" clke="chpl"/>                
  57.             <widget class="action_button" id="fini" auto_size="horizontal" text="Finish" clke="fini"/>                
  58.         </container>        
  59.     </container>
  60. </panel>
  61.